home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 2 / PC World Interactive 2 - Eylül 1997.iso / shar / graf / il7try.exe / IL7TRY / ARCHIVE.Z / AIRes.dll / TEXT / 770 < prev    next >
Text File  |  1997-05-19  |  800b  |  30 lines

  1. /BuildChar {
  2.     /_bitlobyte exch def
  3.     /_bitfont exch def
  4.     _bitfont /FontScript get 2 eq
  5.     _bithibyte 0 eq
  6.     _bitlobyte 161 ge _bitlobyte 254 le and
  7.     and and
  8.     {
  9.         /_bithibyte _bitlobyte def
  10.         0 0 setcharwidth
  11.     }
  12.     {
  13.         _bithibyte 256 mul _bitlobyte add
  14.         16 4 string cvrs dup length (K) dup length
  15.         dup 4 -1 roll add string /_bitkey exch def
  16.         exch _bitkey copy pop _bitkey exch 3 -1 roll putinterval
  17. % This is for Windows Support
  18. %        _lineorientation 1 eq _bithibyte 0 ne and {
  19. %            0 _bitfont /FontAscent get neg translate
  20. %        } if
  21.         _bitfont /CharMetrics get _bitkey cvn get 0 setcharwidth
  22.         _bitfont /CharStrings get _bitkey cvn get exec
  23. %        _lineorientation 1 eq _bithibyte 0 ne and {
  24. %            0 _bitfont /FontAscent get translate
  25. %        } if
  26.         /_bithibyte 0 def
  27.     } ifelse
  28. } bind def
  29.  
  30.